![]() |
YNQ
YNQ-1.5.0
|
#include <ccapi.h>
This structure describes file information. It combines all possible file information fields that may be used in information calls. The file information class equivalent is FileAllInformation.
| NQ_UINT64 CCFileInfo::creationTime |
File creation time.
| NQ_UINT64 CCFileInfo::lastAccessTime |
File last access time.
| NQ_UINT64 CCFileInfo::lastWriteTime |
File last write time.
| NQ_UINT64 CCFileInfo::changeTime |
File change time.
| NQ_UINT64 CCFileInfo::endOfFile |
File size.
| NQ_UINT64 CCFileInfo::allocationSize |
File allocation size.
| NQ_UINT32 CCFileInfo::attributes |
File attributes.
| NQ_UINT32 CCFileInfo::numberOfLinks |
Number of hard links to this file.
| NQ_UINT64 CCFileInfo::fileIndex |
File index.
| NQ_UINT64 CCFileInfo::volumeId |
Volume Id within which the file is opened.